Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix NeoForge data generation on 1.21.4 #258

Merged
merged 1 commit into from
Feb 6, 2025

Conversation

Jab125
Copy link
Member

@Jab125 Jab125 commented Dec 27, 2024

No description provided.

@Fuzss
Copy link

Fuzss commented Feb 3, 2025

Any update on this?

@Juuxel
Copy link
Member

Juuxel commented Feb 6, 2025

The bug here is a consequence of 689ba0b which makes the DLI env name different from the NeoForge run template name. I think this fix is fine for the time being, I'll add a TODO for it after merging to explain the issue.

This (and the other similar parts) could probably be modified to use the "effective" name of the run template:

for (String argument : template.args()) {
launchConfig.argument(template.name(), argument);
}

@Juuxel Juuxel merged commit 127345e into architectury:dev/1.9 Feb 6, 2025
119 of 120 checks passed
Juuxel added a commit that referenced this pull request Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants